gtk/gtkplacessidebar.c: Fix Build on C89
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jul 2015 08:25:01 +0000 (16:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jul 2015 08:25:01 +0000 (16:25 +0800)
commitd9985dad5b8a24b1666f3382a411815965d1203b
tree811e59659f7239c4fe45eda75a707a4679f2ee51
parent62286b9481ecf603187ef12f563b5c57fc08553b
gtk/gtkplacessidebar.c: Fix Build on C89

Ensure variables are declared at the top of the block, and remove a ';;',
which C89 compilers don't like.
gtk/gtkplacessidebar.c